table of contents
rte_dmadev_core.h(3) | DPDK | rte_dmadev_core.h(3) |
NAME¶
rte_dmadev_core.h
SYNOPSIS¶
Variables¶
void * dev_private
Detailed Description¶
DMA Device internal header.
This header contains internal data types which are used by dataplane inline function.
Applications should not use these functions directly.
Definition in file rte_dmadev_core.h.
Variable Documentation¶
void* dev_private¶
PMD-specific private data. The driver should copy rte_dma_dev.data->dev_private to this field during initialization.
Definition at line 3 of file rte_dmadev_core.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Fri Dec 15 2023 | Version 23.11.0 |